Home/Database/Introduction to SQL

Introduction to SQL MCQs

73 questionsDatabasePage 8 of 9

Practice free Introduction to SQL multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 73 questions — no login required.

Question 64easy
The wildcard asterisk (*) is the SQL-92 standard for indicating "any sequence of characters."
Question 65easy
Microsoft Access has become ubiquitous, and being able to program in Access is a critical skill.
Question 66easy
SQL provides five built-in functions: COUNT, SUM, AVG, MAX, MIN.
Advertisement
Question 67easy
The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.
Question 68easy
To establish a range of values, < and > can be used.
Question 69easy
If you are going to use a combination of three or more AND and OR conditions, it is often easier to use the NOT and NOT IN operators.
Advertisement
Question 70easy
The SQL WHERE clause:
Question 71easy
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
Question 72easy
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):